/* html background color makes the full background change (html background is
the bottom layer (!!!!) so it will be overwritten by other colours)*/


@font-face {
  font-family: "MS98";
  src: url('assets/MSW98UI-Regular.eot');
  src: url('assets/MSW98UI-Regular.eot?#iefix') format('embedded-opentype'),
       url('assets/MSW98UI-Regular.woff2') format('woff2'),
       url('assets/MSW98UI-Bold.woff') format('woff'),
       url('assets/MSW98UI-Regular.ttf') format('truetype');
}
html {
  background-color: #010081;
	font-family: "MS98";
}
a:link {
	color: #fdffff;
}
a:visited {
	color: #fdffff;
}
/* a:hover changes the colour of links when you hover over them */
a:hover {
	color: #c3c3c3;
	font-style: italic;
}
